Disable neon.
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 15 Feb 2024 21:06:55 +0000 (21:06 +0000)
committerRaspbian forward porter <root@raspbian.org>
Thu, 15 Feb 2024 21:06:55 +0000 (21:06 +0000)
Gbp-Pq: Name disable-neon.patch

configure.ac

index 57cd26748415dd5a992528ccedfbd601c8dba120..178a2c15c81f3e60244ccd3d360ee6a2ee8cb9dd 100644 (file)
@@ -226,9 +226,9 @@ case $target_cpu in
     if test x"$disable_arm" != x"yes"; then
       AC_DEFINE(HAVE_ARM, 1, [Support ARM instructions])
 
-      AX_CHECK_COMPILE_FLAG(-mfpu=neon, [
-          AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions])
-          ax_cv_support_neon_ext=yes], [])
+      #AX_CHECK_COMPILE_FLAG(-mfpu=neon, [
+      #    AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions])
+      #    ax_cv_support_neon_ext=yes], [])
 
       AC_ARG_ENABLE(thumb,
                     [AS_HELP_STRING([--enable-thumb],